• frmProductsRecord2.Designer.cs
  • project /
1 namespace WarehouseManagementSystem
2 {
3     
partial class frmProductsRecord2
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.dataGridView1 = new System.Windows.Forms.DataGridView();
32             
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
33             
this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
34             
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
35             
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
36             
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
37             
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
38             
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
39             
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
40             
this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
41             
this.groupBox1 = new System.Windows.Forms.GroupBox();
42             
this.txtProductname = new System.Windows.Forms.TextBox();
43             
this.groupBox2 = new System.Windows.Forms.GroupBox();
44             
this.txtCategory = new System.Windows.Forms.TextBox();
45             
this.groupBox3 = new System.Windows.Forms.GroupBox();
46             
this.txtSubCategory = new System.Windows.Forms.TextBox();
47             
this.groupBox4 = new System.Windows.Forms.GroupBox();
48             
this.Button3 = new System.Windows.Forms.Button();
49             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView1)).BeginInit();
50             
this.groupBox1.SuspendLayout();
51             
this.groupBox2.SuspendLayout();
52             
this.groupBox3.SuspendLayout();
53             
this.groupBox4.SuspendLayout();
54             
this.SuspendLayout();
55             
//
56             
// dataGridView1
57             
//
58             
this.dataGridView1.AllowUserToAddRows = false;
59             
this.dataGridView1.AllowUserToDeleteRows = false;
60             
this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
61             
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
62             
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
63             
this.Column1,
64             
this.Column8,
65             
this.Column2,
66             
this.Column3,
67             
this.Column4,
68             
this.Column5,
69             
this.Column6,
70             
this.Column7,
71             
this.Column9});
72             
this.dataGridView1.Location = new System.Drawing.Point(2, 94);
73             
this.dataGridView1.MultiSelect = false;
74             
this.dataGridView1.Name = "dataGridView1";
75             
this.dataGridView1.ReadOnly = true;
76             
this.dataGridView1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
77             
this.dataGridView1.Size = new System.Drawing.Size(995, 294);
78             
this.dataGridView1.TabIndex = 2;
79             
this.dataGridView1.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_RowHeaderMouseClick);
80             
this.dataGridView1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dataGridView1_RowPostPaint);
81             
//
82             
// Column1
83             
//
84             
this.Column1.HeaderText = "Product ID";
85             
this.Column1.Name = "Column1";
86             
this.Column1.ReadOnly = true;
87             
//
88             
// Column8
89             
//
90             
this.Column8.HeaderText = "Product Name";
91             
this.Column8.Name = "Column8";
92             
this.Column8.ReadOnly = true;
93             
this.Column8.Width = 150;
94             
//
95             
// Column2
96             
//
97             
this.Column2.HeaderText = "Category ID";
98             
this.Column2.Name = "Column2";
99             
this.Column2.ReadOnly = true;
100             
//
101             
// Column3
102             
//
103             
this.Column3.HeaderText = "Category Name";
104             
this.Column3.Name = "Column3";
105             
this.Column3.ReadOnly = true;
106             
this.Column3.Width = 150;
107             
//
108             
// Column4
109             
//
110             
this.Column4.HeaderText = "Sub Category ID";
111             
this.Column4.Name = "Column4";
112             
this.Column4.ReadOnly = true;
113             
//
114             
// Column5
115             
//
116             
this.Column5.HeaderText = "Sub Category Name";
117             
this.Column5.Name = "Column5";
118             
this.Column5.ReadOnly = true;
119             
this.Column5.Width = 150;
120             
//
121             
// Column6
122             
//
123             
this.Column6.HeaderText = "Features";
124             
this.Column6.Name = "Column6";
125             
this.Column6.ReadOnly = true;
126             
//
127             
// Column7
128             
//
129             
this.Column7.HeaderText = "Price";
130             
this.Column7.Name = "Column7";
131             
this.Column7.ReadOnly = true;
132             
//
133             
// Column9
134             
//
135             
this.Column9.HeaderText = "Image";
136             
this.Column9.Name = "Column9";
137             
this.Column9.ReadOnly = true;
138             
this.Column9.Visible = false;
139             
//
140             
// groupBox1
141             
//
142             
this.groupBox1.Controls.Add(this.txtProductname);
143             
this.groupBox1.Location = new System.Drawing.Point(5, 3);
144             
this.groupBox1.Name = "groupBox1";
145             
this.groupBox1.Size = new System.Drawing.Size(213, 82);
146             
this.groupBox1.TabIndex = 3;
147             
this.groupBox1.TabStop = false;
148             
this.groupBox1.Text = "Search by Product Name";
149             
//
150             
// txtProductname
151             
//
152             
this.txtProductname.Location = new System.Drawing.Point(16, 40);
153             
this.txtProductname.Name = "txtProductname";
154             
this.txtProductname.Size = new System.Drawing.Size(178, 24);
155             
this.txtProductname.TabIndex = 0;
156             
this.txtProductname.TextChanged += new System.EventHandler(this.txtProductname_TextChanged);
157             
//
158             
// groupBox2
159             
//
160             
this.groupBox2.Controls.Add(this.txtCategory);
161             
this.groupBox2.Location = new System.Drawing.Point(224, 3);
162             
this.groupBox2.Name = "groupBox2";
163             
this.groupBox2.Size = new System.Drawing.Size(205, 82);
164             
this.groupBox2.TabIndex = 4;
165             
this.groupBox2.TabStop = false;
166             
this.groupBox2.Text = "Search by Category";
167             
//
168             
// txtCategory
169             
//
170             
this.txtCategory.Location = new System.Drawing.Point(16, 40);
171             
this.txtCategory.Name = "txtCategory";
172             
this.txtCategory.Size = new System.Drawing.Size(175, 24);
173             
this.txtCategory.TabIndex = 0;
174             
this.txtCategory.TextChanged += new System.EventHandler(this.txtCategory_TextChanged);
175             
//
176             
// groupBox3
177             
//
178             
this.groupBox3.Controls.Add(this.txtSubCategory);
179             
this.groupBox3.Location = new System.Drawing.Point(435, 3);
180             
this.groupBox3.Name = "groupBox3";
181             
this.groupBox3.Size = new System.Drawing.Size(200, 82);
182             
this.groupBox3.TabIndex = 5;
183             
this.groupBox3.TabStop = false;
184             
this.groupBox3.Text = "Search by Sub Category";
185             
//
186             
// txtSubCategory
187             
//
188             
this.txtSubCategory.Location = new System.Drawing.Point(16, 40);
189             
this.txtSubCategory.Name = "txtSubCategory";
190             
this.txtSubCategory.Size = new System.Drawing.Size(168, 24);
191             
this.txtSubCategory.TabIndex = 0;
192             
this.txtSubCategory.TextChanged += new System.EventHandler(this.txtSubCategory_TextChanged);
193             
//
194             
// groupBox4
195             
//
196             
this.groupBox4.Controls.Add(this.Button3);
197             
this.groupBox4.Location = new System.Drawing.Point(644, 3);
198             
this.groupBox4.Name = "groupBox4";
199             
this.groupBox4.Size = new System.Drawing.Size(89, 82);
200             
this.groupBox4.TabIndex = 19;
201             
this.groupBox4.TabStop = false;
202             
//
203             
// Button3
204             
//
205             
this.Button3.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
206             
this.Button3.Location = new System.Drawing.Point(13, 23);
207             
this.Button3.Name = "Button3";
208             
this.Button3.Size = new System.Drawing.Size(63, 43);
209             
this.Button3.TabIndex = 2;
210             
this.Button3.Text = "&Export Excel";
211             
this.Button3.UseVisualStyleBackColor = true;
212             
this.Button3.Click += new System.EventHandler(this.Button3_Click);
213             
//
214             
// frmProductsRecord2
215             
//
216             
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
217             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
218             
this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
219             
this.ClientSize = new System.Drawing.Size(1000, 408);
220             
this.Controls.Add(this.groupBox4);
221             
this.Controls.Add(this.groupBox3);
222             
this.Controls.Add(this.groupBox2);
223             
this.Controls.Add(this.groupBox1);
224             
this.Controls.Add(this.dataGridView1);
225             
this.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
226             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
227             
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
228             
this.MaximizeBox = false;
229             
this.Name = "frmProductsRecord2";
230             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
231             
this.Text = "Products Record";
232             
this.Load += new System.EventHandler(this.frmProductsRecord_Load);
233             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView1)).EndInit();
234             
this.groupBox1.ResumeLayout(false);
235             
this.groupBox1.PerformLayout();
236             
this.groupBox2.ResumeLayout(false);
237             
this.groupBox2.PerformLayout();
238             
this.groupBox3.ResumeLayout(false);
239             
this.groupBox3.PerformLayout();
240             
this.groupBox4.ResumeLayout(false);
241             
this.ResumeLayout(false);
242
243         }
244
245         
#endregion
246
247         
public System.Windows.Forms.DataGridView dataGridView1;
248         
private System.Windows.Forms.GroupBox groupBox1;
249         
private System.Windows.Forms.TextBox txtProductname;
250         
private System.Windows.Forms.GroupBox groupBox2;
251         
private System.Windows.Forms.TextBox txtCategory;
252         
private System.Windows.Forms.GroupBox groupBox3;
253         
private System.Windows.Forms.TextBox txtSubCategory;
254         
internal System.Windows.Forms.GroupBox groupBox4;
255         
internal System.Windows.Forms.Button Button3;
256         
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
257         
private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
258         
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
259         
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
260         
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
261         
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
262         
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
263         
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
264         
private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
265     }
266 }


Gõ tìm kiếm nhanh...